home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1993 / The Association of Shareware Professionals Advantage CD-ROM 1993.iso / files / finances / amort11a / printdoc.bat < prev    next >
DOS Batch File  |  1992-08-15  |  327b  |  22 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo.
  6. echo.
  7. echo  Make sure that your printer is on line...
  8. echo.
  9. echo  And that the paper is loaded. You will need about 55 sheets...
  10. echo.
  11. echo  Press "Ctrl-Break" if you wish to cancel..
  12. echo.
  13. echo.
  14. pause
  15. echo.
  16. echo.
  17. echo Printing...
  18. copy AMORTIZE.doc prn
  19. echo.
  20. echo.
  21. echo Done
  22.